projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41886f3
)
Make shell-last-dir buffer-local.
author
Simon Marshall
<simon@gnu.org>
Fri, 22 Aug 1997 08:08:26 +0000
(08:08 +0000)
committer
Simon Marshall
<simon@gnu.org>
Fri, 22 Aug 1997 08:08:26 +0000
(08:08 +0000)
lisp/shell.el
patch
|
blob
|
history
diff --git
a/lisp/shell.el
b/lisp/shell.el
index 144bafec08e6ffcdb01c5b5fa0b90b88d732a2be..9fbfd61e226941fc8db827e597491b51d14148c9 100644
(file)
--- a/
lisp/shell.el
+++ b/
lisp/shell.el
@@
-385,6
+385,7
@@
buffer."
(setq font-lock-defaults '(shell-font-lock-keywords t))
(make-local-variable 'shell-dirstack)
(setq shell-dirstack nil)
+ (make-local-variable 'shell-last-dir)
(setq shell-last-dir nil)
(make-local-variable 'shell-dirtrackp)
(setq shell-dirtrackp t)